home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Utils / GParted Live CD / Bin / gparted-livecd-0.2.2.iso / fake / needwrite / root / .bashrc < prev    next >
Encoding:
Text File  |  2006-01-27  |  448 b   |  17 lines

  1. # Begin ~/.bashrc
  2. # Written for Beyond Linux From Scratch
  3. # by James Robertson <jameswrobertson@earthlink.net>
  4.  
  5. # Personal aliases and functions.
  6.  
  7. # Personal environment variables and startup programs should go in
  8. # ~/.bash_profile.  System wide environment variables and startup
  9. # programs are in /etc/profile.  System wide aliases and functions are
  10. # in /etc/bashrc.
  11.  
  12. if [ -f "/etc/bashrc" ] ; then
  13.         source /etc/bashrc
  14. fi
  15.  
  16. # End ~/.bashrc
  17.